home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / basic / ReqAttDevBas.lha / BH / reqattack.bh < prev    next >
Text File  |  2002-06-02  |  1KB  |  28 lines

  1. ' *********************************************************************
  2. '                reqattack.library 1.93 by Jaca/D-CAPS
  3. '            HBASIC functions/subroutines 1.93.1 (1.6.02)
  4. '
  5. '                  C->HBASIC manual '8-) conversion
  6. '               © Dámaso D. Estévez <ast_dde@yahoo.es>
  7. ' *********************************************************************
  8. '              Please read the comments/remarks included
  9. '       in clib/reqattack.h and libraries/reqattack.h files and
  10. '                    the documentation for coders
  11.  '   (all included in the package Aminet:util/libs/ReqAttackDev.lha).
  12. '      ----------------------------------------------------------
  13. '    Por favor, lea los comentarios/notas incluidas en los ficheros
  14. '             clib/reqattack.h y libraries/reqattack.h
  15. '             y en la documentación para programadores
  16. ' (todo ello incluido en el paquete Aminet:util/libs/ReqAttackDev.lha).
  17. ' *********************************************************************
  18.  
  19. REM $underlines
  20.  
  21. REM $include reqattack.bc
  22.  
  23. LIBRARY DECLARE "reqattack.library"
  24.  
  25. DECLARE FUNCTION ExtendedRequestArgs&      LIBRARY ' window&, easyStruct&, idcmpPtr&, devAttack&, args&
  26. DECLARE FUNCTION ExtendedBuildRequestArgs& LIBRARY ' window&, easyStruct&, idcmp&,    devAttack&, args&
  27.  
  28.